(Leadtools.Annotations.Core)

MoveItem Method

Show in webframe





Existing 0-based index of the item.
New 0-based index of the item.
Moves an item to a new index.
Syntax
protected virtual void MoveItem( 
   int oldIndex,
   int newIndex
)
Protected Overridable Sub MoveItem( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
protected virtual void MoveItem( 
   int oldIndex,
   int newIndex
)

            
protected void moveItem(int oldIndex, int newIndex)
 function Leadtools.Annotations.Core.AnnObservableCollection.MoveItem( 
   oldIndex ,
   newIndex 
)

Parameters

oldIndex
Existing 0-based index of the item.
newIndex
New 0-based index of the item.
Requirements

Target Platforms

See Also

Reference

AnnObservableCollection<T> Class
AnnObservableCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.